* {
    margin: 0px;
    padding: 0px;
}

body {
    ffont-size: 14px;
    color: #505050;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
    font-weight: 400;
    background-color: #f0f0f0;
}

.clear {
    font-size: 0px;
    clear: both;
    line-height: 0px;
    height: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
}

img {
    border: none;
}

a:link {
    TEXT-DECORATION: none;
}

a:visited {
    TEXT-DECORATION: none;
}

a:hover {
    TEXT-DECORATION: none;
}

a:active {
    TEXT-DECORATION: none;
}

ul, li {
    list-style-type: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

select {
    -webkit-appearance: none;
}

/* index */

.header {
    background-color: #f0f0f0;
    width: 100%;
    border-bottom: 1px solid #1891d2;
}

.head_box {
    background-color: #f0f0f0;
    width: 1182px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    order-bottom: 1px solid #1891d2;
}

.logo {
    width: 158px;
    float: left;
}

.logo img {
    width: 158px;
    height: 70px;
}

.nav_box {
    float: right;
    margin-right: 90px;
}

.nav_list {
    width: 100%;
    font-size: 15px;
}

.nav_list li {
    padding: 0 12px;
    float: left;
    line-height: 70px;
    margin: 0 10px;
    position: relative;
}

.nav_list li a {
    color: #505050;
}

.nav_list li a:hover {
    /*border-bottom: 5px solid #1891d2;*/
    color: #1891d2;
}

.nav_list li.drop_down:hover a {
    /*border-bottom: 5px solid #1891d2;*/
    color: #1891d2;
}

.nav_list li.drop_down {
    background: url("../i/triangle_black.png") right center no-repeat;
}

.nav_list li:hover.drop_down {
    background: url("../i/triangle_blue.png") right center no-repeat;
}

.nav_list li:hover.drop_down .second_nav {
    display: block;
}

.nav_list li.on a {
    /*border-bottom: 5px solid #1891d2;*/
    color: #1891d2;
}

.nav_list li:hover.drop_down .second_nav li a {
    border: none;
    color: #505050;
}

.second_nav {
    display: none;
    position: absolute;
    left: 25%;
    top: 50px;
    width: 118px;
    border-bottom: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    background-color: #ffffff;
    margin-left: -36px;
    z-index: 60;

}

.second_nav li:first-child {
    border-top: 5px solid #1891d2;
}

.second_nav li {
    margin: 0;
    padding: 0;
    float: none;
}

.second_nav li a {
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 24px;
    border: none;
}

.second_nav li a:hover {
    background-color: #f0f0f0;
    border: none;
    color: #505050;
    border: none;
}

.head_share {
    float: right;
    width: 82px;
    margin-top: 20px;
}

.banner {
    height: 482px;
    position: relative;
    width: 100%;
    min-width: 1182px;
    margin-left: auto;
    margin-right: auto;
}

.banner .d1 {
    width: 100%;
    height: 482px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.banner .d2 {
    width: 1182px;
    height: 10px;
    clear: both;
    position: absolute;
    z-index: 100;
    left: 50%;
    bottom: 36px;
    margin-left: -590px;
    text-align: right;
}

.banner .d2 ul {
    width: 100%;
    text-align: right;
}

.banner .d2 li {
    width: 10px;
    height: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url(../i/zero.png) no-repeat center;
    margin-right: 16px;
    display: inline-block;
}

.banner .d2 li.nuw {
    background: url(../i/zero_nuw.png) no-repeat center;
}

.content {
    width: 1182px;
    margin-right: auto;
    margin-left: auto;
}

.box {
    background-color: #ffffff;
    padding: 12px;
    margin-top: 30px;
}

.box_img {
    float: left;
    width: 424px;
    line-height: 0;
}

.box_txt {
    float: right;
    width: 570px;
    font-size: 14px;
    color: #505050;
    margin-top: 23px;
    padding-right: 70px;
    line-height: 24px;
}

.box_txt h2 {
    font-size: 25px;
    color: #1891d2;
    font-weight: normal;
    margin-bottom: 30px;
}

.box_txt a {
    color: #505050;
    display: block;
    margin-top: 60px;
}

.box_txt h2 a {
    color: #1891d2;
    margin-top: 0px;
}

.box_two {
    background-color: #78bee1;
    margin-top: 30px;
}

.box_two .box_img {
    width: 456px;
}

.box_two .box_txt h2 {
    color: #fff;
    margin-top: 10px;
}

.box_third {
    width: 100%;
    margin-top: 30px;
}

.box_project {
    width: 700px;
    height: 270px;
    background-color: #fff;
    padding: 10px;
    float: right;
}

.box_left {
    float: left;
    width: 370px;
}

.box_right {
    float: right;
    font-size: 25px;
    color: #1891d2;
    text-align: center;
    width: 328px;
    margin-top: 70px;
}

.box_right a {
    background: url(../i/button.jpg) center center no-repeat;
    width: 151px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.footer {
    background: url("../i/foot_bg.jpg") left top repeat-x #f0f0f0;
    width: 100%;
    margin-top: 60px;
}

.foot_box {
    background: url("../i/foot_bg.jpg") left top repeat-x #f0f0f0;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 1182px;
    margin-left: auto;
    margin-right: auto;
}

.foot_img {
    float: left;
    margin-right: 30px;
    width: 158px;
}

.foot_txt {
    border-right: 1px solid #c8c8c8;
    font-size: 12px;
    color: #505050;
    padding: 0 50px;
    float: left;
    margin-top: 10px;
    line-height: 20px;
    width: 360px;
}

.foot_txt_right {
    font-size: 12px;
    color: #505050;
    padding: 0 50px;
    float: left;
    margin-top: 10px;
    line-height: 20px;
    width: 388px;
}

.head_box .jiathis_style_32x32 .jtico_weixin {
    background: url("../i/WeChat.png") center center no-repeat !important;
}

.head_box .jiathis_style_32x32 .jtico_tsina {
    background: url("../i/Weibo.png") center center no-repeat !important;
}

.foot_box .jiathis_style_32x32 .jtico_weixin {
    background: url("../i/WeChat_blue.png") center center no-repeat !important;
}

.foot_box .jiathis_style_32x32 .jtico_tsina {
    background: url("../i/Weibo_blue.png") center center no-repeat !important;
}

/* about */

#tab {
    width: 100%;
    margin-top: 40px;
}

#tab .tab_menu {
    width: 620px;
    margin-right: auto;
    margin-left: auto;
}

#tab .tab_menu li {
    float: left;
    width: 140px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #1891d2;
    cursor: pointer;
    text-align: center;
    color: #1891d2;
    font-size: 14px;
    margin: 0 5px;
}

#tab .tab_box {
    width: 100%;
    clear: both;
    margin-top: 42px;
}

#tab .tab_menu .selected {
    background-color: #1891d2;
    color: #fff;
    cursor: pointer;
}

.hide {
    display: none;
}

.about_list {
    width: 1192px;
}

.about_list li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    width: 288px;
}

.about_list li .imgBox {
    width: 288px;
    height: 393px;
    display: table-cell;
    line-height: 200px;
    text-align: center;
    vertical-align: middle;
    *display: block;
    *font-size: 200px;
}

.about_list li .imgBox img {
    vertical-align: middle;
    max-width: 288px;
    max-height: 393px;
}

/* page */

DIV.sabrosus {
    TEXT-ALIGN: right;
    clear: both;
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 14px;
}

DIV.sabrosus A, DIV.sabrosus A:link, DIV.sabrosus A:visited {
    PADDING: 7px 13px;
    TEXT-DECORATION: none;
    margin-right: 3px;
    margin-left: 3px;
    color: #3298d4;
    border: 1px solid #78bee1;
    border-radius: 4px;
}

DIV.sabrosus A:hover {
    color: #fff;
    background-color: #1891d2;
    border: 1px solid #1891d2;
    border-radius: 4px;
}

DIV.sabrosus SPAN.current {
    PADDING: 7px 13px;
    color: #fff;
    background-color: #1891d2;
    border: 1px solid #1891d2;
    border-radius: 4px;
}

DIV.sabrosus SPAN.disabled {
    PADDING: 7px 13px;
    margin-left: 7px;
    color: #fff;
    background-color: #1891d2;
    border: 1px solid #1891d2;
    border-radius: 4px;
    margin-right: 43px;
}

DIV.sabrosus SPAN.last {
    color: #3298d4;
    border: 1px solid #78bee1;
    border-radius: 4px;
    PADDING: 2px;
}

DIV.sabrosus SPAN.last a:link {
    color: #3298d4;
    border: 1px solid #78bee1;
    border-radius: 4px;
}

DIV.sabrosus SPAN.last a:visited {
    color: #3298d4;
    border: 1px solid #78bee1;
    border-radius: 4px;
}

/* project */
.project_box {
    width: 100%;
}

.project_title {
    padding: 55px 75px 25px 75px;
    line-height: 24px;
    font-size: 14px;
    color: #505050;
}

.project_list {
    width: 1216px;
}

.project_list li {
    float: left;
    margin-right: 30px;
    width: 274px;
    position: relative;
    height: 302px;
    overflow: hidden;
    margin-top: 30px;
}

.project_list li .project_img {
    width: 274px;
    height: 170px;
}

.project_list li .project_img img {
    width: 274px;
    height: 170px;
}

.project_list li .project_logo {
    width: 274px;
    height: 132px;
}

.project_list li .project_logo img {
    width: 274px;
    height: 132px;
}

.project_txt {
    padding: 14px;
    background-color: #78bee1;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    position: absolute;
    left: 0;
    bottom: -132px;
    height: 104px;
    width: 246px;
    text-align: justify;
}

/* news */

#news {
    width: 100%;
    margin-top: 40px;
}

#news .tab_menu {
    width: 1150px;
    float: left;
    margin-bottom: 40px;
}

#news .tab_menu li {
    float: left;
    width: 181px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #1891d2;
    cursor: pointer;
    text-align: center;
    color: #1891d2;
    font-size: 14px;
    margin-right: 8px;
}
#news .tab_menu li:last-child{margin-right: 0;}
.tab_search {
    border: 1px solid #969696;
    height:34px;
    float: right;
    width: 237px;
    display: none;
}
.tab_search button{
    width: 15%;
    height: 36px;
    line-height: 36px;
    border: none;
    float: left;
    background: url("../i/ss.png") center center no-repeat;
    background-size: 15px;

}
.tab_search input{
    width: 85%;
    height: 36px;
    line-height: 36px;
    border: none;
    float: left;
    background: none;
}

.tab_search_a {
    height:34px;
    float: right;
    width:30px;
    text-align: center;
    border: none;
}
.tab_search_a button{
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: none;
    background: url("../i/ss.png") center center no-repeat;
    background-size: 15px;
}
.search_text{
    font-size: 20px;
    color: #565656;
    clear: both;
    line-height: 30px;
}
 .search_text span{
    font-size: 14px;
    color: #565656;
     margin-left: 5px;
}
.search_text .search_text_btn{
    width: 32px;
    height: 30px;
    line-height: 30px;
    border: none;
    float: right;
    background: url("../i/ss.png") center center no-repeat;
    background-size: 15px;
}
#news .tab_box {
    width: 100%;
    clear: both;
    margin-top: 42px;
}

#news .tab_menu .selected {
    background-color: #1891d2;
    color: #fff;
    cursor: pointer;
}

.news_list {
    border-top: 1px solid #c8c8c8;
}

.news_list li {
    padding: 25px 0;
    overflow: hidden;
    border-bottom: 1px dotted #c8c8c8;
}

.news_list li .news_txts {
    width: 762px;
    float: left;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.news_list li .news_txts h2 {
    font-size: 16px;
    color: #78bee1;
    margin-bottom: 15px;
}

.news_list li .news_txts h3 {
    font-size: 20px;
    color: #505050;
    font-weight: normal;
    margin-bottom: 20px;
}

.news_list li .news_txts h4 {
    font-size: 16px;
    color: #505050;
    font-weight: normal;
    margin-bottom: 15px;
}

.news_list li .news_img {
    width: 380px;
    height: 240px;
    float: right;
    text-align: right;
}

.news_list li .news_img img {
    max-width: 380px;
    max-height: 240px;
}

/* activity */

.activity_nav {
    background-color: #ffffff;
    margin-top: 25px;
}

.activity_nav li {
    width: 196px;
    height: 50px;
    float: left;
}

.activity_nav li a {
    display: block;
    line-height: 50px;
    text-align: center;
    color: #505050;
    font-size: 15px;
}

.activity_nav li.on a {
    background-color: #1891d2;
    color: #fff;
}

.title {
    line-height: 64px;
    font-size: 20px;
    font-weight: bolder;
}

.title a {
    float: right;
    color: #1891d2;
    font-size: 14px;
}

.activity_box {
    border-bottom: 1px dashed #c8c8c8;
}

.activity_list {
    width: 1210px;
}

.activity_list li {
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
    width: 340px;
    float: left;
    height: 300px;
    border: 1px solid #e0e0e0;
    margin-right: 20px;
    margin-bottom: 20px;
}

.activity_list li .activity_img {
    width: 343px;
    height: 215px;
    text-align: center;
}

.activity_list li .activity_img img {
    vertical-align: middle;
    width: 343px;
    height: 215px;
}

.activity_list li:hover {
    box-shadow: 0px 0px 5px rgba(4, 0, 0, .5);
}

.activity_txt {
    font-size: 14px;
    color: #505050;
}

.activity_txt h2 {
    font-size: 18px;
    color: #505050;
    margin-bottom: 4px;
    margin-top: 10px;
}

.activity_txt p {
    line-height: 16px;
    padding-bottom: 3px;
    height: 30px;
}

.activity_txt h2 a {
    color: #505050;
}

.activity_txt h2 span {
    width: 65px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    float: right;
}

.activity_txt h2 span.bao {
    background-color: #1891d2;
    color: #fff;
}

.activity_txt h2 span.huo {
    border: 1px solid #1891d2;
    color: #1891d2;
}

.activity_txt h2 span.end {
    background-color: #b4b4b4;
    color: #fff;
}

.activity_txt b {
    float: right;
    font-weight: normal;
}

/* school */

.school_box {
    background-color: #1891d2;
    overflow: hidden;
    margin-top: 28px;
    height: 396px;
}

.school_img {
    width: 456px;
    height: 398px;
    float: left;
}

.school_img img {
    width: 456px;
    height: 398px;
}

.school_txt {
    width: 605px;
    padding: 70px 50px 70px 0;
    font-size: 14px;
    color: #fff;
    float: right;
    line-height: 24px;
}

.school_txt h2 {
    font-size: 25px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px;
}

.school_txt h2 a {
    color: #fff;
    margin-top: 0px;
}

.school_txt a {
    color: #fff;
    display: block;
    margin-top: 100px;
}

/* chain */

#chain {
    width: 100%;
    margin-top: 50px;
}

#chain .tab_menu {
    height: 236px;
    background: url("../i/gary.jpg") left bottom repeat-x;
    width: 1180px;
}

#chain .tab_menu li {
    float: left;
    cursor: pointer;
    text-align: center;
    color: #505050;
    font-size: 14px;
    font-weight: bold;
    width: 236px;
    height: 189px;
    padding-top: 65px;
}

#chain .tab_menu li i {
    height: 50px;
    display: block;
}

#chain .tab_menu li i.ch1 {
    background: url("../i/ch1.png") center bottom no-repeat;
}

#chain .tab_menu li i.ch2 {
    background: url("../i/ch2.png") center bottom no-repeat;
}

#chain .tab_menu li i.ch3 {
    background: url("../i/ch3.png") center bottom no-repeat;
}

#chain .tab_menu li i.ch4 {
    background: url("../i/ch4.png") center bottom no-repeat;
}

#chain .tab_menu li i.ch5 {
    background: url("../i/ch5.png") center bottom no-repeat;
}

#chain .tab_menu li span {
    border-top: 1px solid #505050;
    margin-top: 8px;
    padding-top: 10px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

#chain .tab_box {
    width: 100%;
    clear: both;
    margin-top: 42px;
}

#chain .tab_menu .selected {
    background: url("../i/ch_bg.png") center center no-repeat;
    color: #fff;
    cursor: pointer;
}

#chain .tab_menu .selected span {
    border-top: 1px solid #fff;
}

#chain .tab_menu .selected .ch1 {
    background: url("../i/ch1_on.png") center bottom no-repeat;
}

#chain .tab_menu .selected .ch2 {
    background: url("../i/ch2_on.png") center bottom no-repeat;
}

#chain .tab_menu .selected .ch3 {
    background: url("../i/ch3_on.png") center bottom no-repeat;
}

#chain .tab_menu .selected .ch4 {
    background: url("../i/ch4_on.png") center bottom no-repeat;
}

#chain .tab_menu .selected .ch5 {
    background: url("../i/ch5_on.png") center bottom no-repeat;
}

.chain_title {
    font-size: 30px;
    color: #1891d2;
    text-align: center;
    margin-top: 70px;
    letter-spacing: 6px;
}

.chain_title span {
    color: #505050;
    font-size: 15px;
    display: block;
    letter-spacing: 0.5px;
    margin-top: 5px;
}

.chain_box {
    margin-top: 60px;
    padding-bottom: 80px;
    border-bottom: 1px solid #c8c8c8;
}

.chain_img {
    float: left;
    width: 680px;
    height: 435px;
}

.chain_img img {
    width: 680px;
    height: 435px;
}

.chain_txt {
    float: right;
    width: 450px;
    margin-top: 75px;
    font-size: 14px;
    line-height: 30px;
    color: #505050;
}

.chain_txt span {
    display: block;
    margin-left: 5px;
    float: left;
    width: 400px;
}

.chain_txt b {
    display: block;
    float: left;
    width: 40px;
    font-weight: normal;
}

.chain_txt h2 {
    font-size: 20px;
    color: #505050;
    border-bottom: 1px solid #505050;
    padding-bottom: 15px;
    font-weight: normal;
    margin-bottom: 20px;
}

.map_box {
    background-color: #ffffff;
    border: 1px solid #78bee1;
    margin-top: 80px;
}

.map_img {
    width: 680px;
    height: 433px;
    float: left;
}

.map_table {
    width: 500px;
    height: 433px;
    float: right;
}

.map_table img {
    width: 500px;
    height: 433px;
}

.map_table h2 {
    font-size: 25px;
    color: #1891d2;
    font-weight: normal;
    border-bottom: 1px solid #1891d2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.map_list {
    color: #1891d2;
    line-height: 25px;
    margin-left: 15px;
}

.map_list li {
    list-style-type: disc;
    font-size: 14px;
    color: #1891d2;
    margin-bottom: 10px;
    padding-left: 7px;
}

.map_list li span {
    color: #505050;
    text-align: justify;
}

.map_span {
    width: 100%;
}

.map_span span {
    background-color: #1891d2;
    color: #fff;
    font-size: 14px;
    padding: 3px 10.2px;
    display: inline-block;
}

.chain_ing {
    margin-top: 84px;
    border-top: 1px solid #c8c8c8;
}

.chain_ing h2 {
    color: #1891d2;
    font-size: 30px;
    text-align: center;
    margin-top: 75px;
    margin-bottom: 55px;
    font-weight: normal;
    letter-spacing: 3px;
    color: #1891d2;
}

.chain_left {
    width: 558px;
    float: left;
}

.chain_right {
    width: 558px;
    float: right;
}

.chain_blue {
    font-size: 18px;
    color: #1891d2;
    border-bottom: 4px solid #1891d2;
    padding-bottom: 14px;
    text-align: center;
    font-weight: bold;
}

.chain_write {
    background-color: #fff;
    padding: 40px;
    font-size: 14px;
    color: #505050;
    line-height: 24px;
    min-height: 290px;
}

.chain_write span {
    margin-left: 10px;
    display: block;
}

.chain_button {
    text-align: center;
    margin-top: 100px;
    background: url("../i/chain_button.jpg") center center no-repeat;
    width: 263px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #1891d2;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* meter */

.book_box {
    background: url(../i/book_bg.png) center bottom no-repeat;
    padding-bottom: 60px;
    padding-left: 78px;
    margin-bottom: 94px;
}

.book {
    background: url("../i/book.png") center center no-repeat;
    width: 272px;
    height: 310px;
    float: left;
    position: relative;
}

.book span {
    position: absolute;
    top: 80px;
    left: 25px;
    display: block;
    width: 124px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    padding: 20px 13px;
    overflow: hidden;
}

.book a {
    color: #fff;
    display: block;
}

/* letter */

.letter_box {
    background: url("../i/letter.jpg") center center no-repeat;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 90px;
    height: 1366px;
    margin-top: 70px;
}

.letter_txt {
    width: 812px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    color: #505050;
    line-height: 33px;
}

.letter_head {
    font-size: 12px;
    color: #1891d2;
    line-height: 14px;
    font-weight: bold;
}

.letter_title {
    text-align: center;
    font-size: 25px;
    color: #505050;
    margin-top: 75px;
    margin-bottom: 52px;
}

/* about */
.about_bg {
    background: url("../i/about_bg.jpg") center top no-repeat;
    padding-top: 80px;
    padding-bottom: 140px;
}

.about_box {
    width: 1042px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

.about_box h2 {
    padding-top: 45px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c8c8c8;
    font-size: 25px;
    color: #505050;
    text-align: center;
    font-weight: normal;;
}

.about_txt {
    padding: 60px 114px;
    font-size: 15px;
    line-height: 30px;
    min-height: 100px;
}

/* workshop_show */

.workshop_left {
    width: 420px;
    height: 572px;
    float: left;
    margin-top: 80px;
}

.workshop_left img {
    width: 420px;
    height: 572px;
}

.workshop_right {
    width: 728px;
    float: right;
    margin-top: 80px;
    font-size: 14px;
    line-height: 24px;
}

.workshop_right h2 {
    font-size: 24px;
    color: #1891d2;
    font-weight: normal;
    border-bottom: 1px dashed #c8c8c8;
    padding-bottom: 20px;
    margin-bottom: 18px;
}

.workshop_right h2 span {
    color: #1891d2;
    font-size: 13px;
    display: block;
    margin-top: 15px;
}

/* news_show */

.news_main {
    background-color: #fff;
    float: left;
    padding: 40px 50px;
    width: 700px;
    margin-top: 20px;
    min-height: 740px;

}

.news_main h2 {
    font-size: 24px;
    color: #1891d2;
    font-weight: normal;
    border-bottom: 1px dashed #c8c8c8;
    padding-bottom: 20px;
}

.news_main h2 span {
    font-size: 13px;
    margin-top: 15px;
    display: block;
}

.news_txt {
    color: #1891d2;
    font-size: 14px;
    border-bottom: 1px dashed #c8c8c8;
    padding: 20px;
    margin-bottom: 20px;
}

.news_about {
    font-size: 14px;
    color: #505050;
}

.news_side {
    float: right;
    width: 350px;
    margin-top: 20px;
}

.side_box {
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.side_box h2 {
    font-size: 15px;
    color: #505050;
    margin-bottom: 10px;
}

.side_img {
    width: 312px;
    height: 226px;
    position: relative;
}

.side_txt {
    background: rgba(24, 145, 210, 0.5) !important;
    filter: Alpha(opacity=50);
    background: #1891d2;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 272px;
    color: #fff;
}

.side_list {
    width: 100%;
}

.side_list li {
    margin-top: 20px;
}

.side_list li a {
    font-size: 15px;
    color: #505050;
    float: none;;
}

.side_list li a:hover {
    color: #1891d2;
    text-decoration: underline;
}

.side_list li span {
    border: 1px solid #1891d2;
    float: right;
    color: #1891d2;
    padding: 2px 5px;
    display: inline-block;
    font-size: 12px;
}

.side_box a {
    color: #1891d2;
    font-size: 12px;
    float: right;
    margin-top: 30px;
}

.side_li {
    border-bottom: 1px dotted #d4d4d4;
    padding: 20px 0;
    text-align: right;
    overflow: hidden;
    line-height: 40px;
}

.side_li img {
    float: left;
    margin-top: 8px;
}

.side_li.last {
    border: none;
}

/* school_show */

.school_list {
    width: 100%;
}

.school_list li {
    border: 1px solid #c8c8c8;
    padding: 25px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 20px;
}

.school_list li .school_img {
    width: 84px;
    height: 115px;
    float: left;
}

.school_list li .school_img img {
    width: 84px;
    height: 115px;
}

.school_list li .school_text {
    width: 1030px;
    float: right;
    font-size: 14px;
    color: #505050;
}

.school_list li .school_text h2 {
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 10px;
}

.school_txt_left {
    float: left;
    width: 800px;
    margin-top: 5px;
    line-height: 24px;
}

.school_txt_right {
    width: 112px;
    height: 35px;
    float: right;
    margin-top: 25px;
}

.school_txt_right a {
    display: block;
}

.schol_box {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.cd-popup3 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
    color: #1891d2;
    font-size: 20px;
}

.cd-popup3.is-visible3 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container3 {
    position: relative;
    width: 360px;
    left: 50%;
    margin-left: -180px;
    top: 25%;
    /*margin: 250px auto;*/
    height: 360px;
    background: #fff;
    padding: 40px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 1px solid #c8c8c8;
}

.cd-popup-close {
    position: absolute;
    right: 0px;
    bottom: -20px;
    z-index: 10;
    width: 9px;
    height: 9px;
    display: block;
    font-size: 14px;
    background: url("../i/close.png") center center no-repeat;
}

.cd-popup-txt {
    position: absolute;
    left: 0px;
    bottom: -15px;
    z-index: 10;
    width: 200px;
    height: 9px;
    display: block;
    font-size: 13px;
    color: #fff;
    text-align: left;
}

.is-visible3 .cd-popup-container3 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.cd_input {
    border: 1px solid #1891d2;
    border-radius: 4px;
    width: 247px;
    height: 50px;
    padding: 0px 14px;
    line-height: 50px;
    float: left;
    font-size: 15px;
}

.cd_txt {
    font-size: 14px;
    color: #505050;
    line-height: 24px;
}

.down {
    display: block;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 15px;
}

.cd_box {
    text-align: left;
    margin-bottom: 15px;
}

.cd_box .cd_left {
    float: left;
    width: 80px;
    line-height: 50px;
}

.cd_box .cd_right {
    float: left;
    width: 275px;
}

/* business */

.business_banner {
    width: 100%;
    text-align: center;
    line-height: 0;
    min-width: 1182px;
    overflow: hidden;
}

.business_banner {
    max-width: 100%;
}

.business_banner img {
    width: 100%;
}

.title_write {
    background: url("../i/title_write.png") center center no-repeat;
    height: 66px;
    text-align: center;
    line-height: 66px;
    width: 100%;
    font-size: 35px;
    color: #f0f0f0;
}

.title_violet {
    background: url("../i/title_violet.png") center center no-repeat;
    color: #5e23b7;
}

.business_box {
    width: 100%;
    padding-top: 100px;
    overflow: hidden;
    min-width: 1182px;
}

.business_list {
    margin-top: 70px;
    width: 1212px;
    text-align: center;
    margin-bottom: 25px;
}

.business_list li {
    display: inline-block;
    text-align: center;
    width: 210px;
    margin-bottom: 50px;
    padding-right: 28px;
}

.business_list li .business_img {
    width: 210px;
    height: 210px;
    margin-bottom: 20px;
}

.business_list li .business_img img {
    width: 210px;
    height: 210px;
}

.business_list li .business_txt h2 {
    color: #f0f0f0;
    font-size: 25px;
    margin-bottom: 10px;
}

.business_list li .business_txt {
    font-size: 14px;
    color: #f0f0f0;
    height: 188px;
    overflow: hidden;
}

.business_lesson {
    padding: 120px 0;
    background-color: #ffffff;
    min-width: 1182px;
}

.lesson_box {
    border: 1px solid #5e23b7;
    border-radius: 6px;
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}

.lesson_box h2 {
    font-size: 30px;
    color: #505050;
    text-align: center;
    font-weight: normal;
    margin-top: 20px;
}

.lesson_box h3 {
    font-size: 14px;
    color: #505050;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: normal;
}

.lesson_list {
    width: 100%;
}

.lesson_list li {
    border-top: 1px solid #5e23b7;
    font-size: 20px;
    color: #505050;
    padding: 25px 65px;
}

.lesson_list li span {
    font-size: 30px;
    color: #505050;
}

.white_br li {
    border-top: 1px solid #fff;
    font-size: 20px;
    color: #fff;
    padding: 0px 65px;
    height: 80px;
    line-height: 80px;
}

.white_br li span {
    font-size: 30px;
    color: #fff;
    height: 80px;
    line-height: 80px;
    border-right: 1px solid #fff;
    display: inline-block;
    padding-right: 100px;
    margin-right: 30px;
    width: 170px;
}

.sign_up {
    font-size: 20px;
    color: #f0f0f0;
    margin-top: 90px;
    text-align: center;
}

.sign_box {
    width: 100%;
    margin-top: 100px;
    text-align: center;
    margin-bottom: 122px;
}

.sign_box a {
    display: inline-block;
    background-color: #1891d2;
    width: 300px;
    height: 84px;
    text-align: center;
    line-height: 84px;
    color: #f0f0f0;
    font-size: 25px;
    margin: 0px 17px;
    border-radius: 10px;
}

.partner_title {
    margin-top: 95px;
    font-size: 30px;
    text-align: center;
}

.partner_list {
    text-align: center;
    width: 1200px;
    min-width: 1182px;
    margin-top: 34px;
}

.partner_list li {
    border: 1px solid #0d51a1;
    border-radius: 8px;
    padding: 4px;
    display: inline-block;
    margin-right: 16px;
    margin-top: 22px;
    line-height: 0;
}

.partner_list li img {
    width: 210px;
    height: 60px;
}

.business_map {
    text-align: center;
    width: 100%;
    height: 552px;
    line-height: 0;
    overflow: hidden;
    min-width: 1182px;
}

/*.set_up {
    width: 1252px;
}*/

.set_up li {
    overflow: hidden;
    width: 540px;
    float: left;
    margin-right: 40px;
    margin-left: 10px;
    margin-top: 80px;
}

.set_up li .up_box {
    background: url(../i/set_bg.png) left center repeat-x;
    overflow: hidden;
    height: 138px;
}

.set_up li h2 {
    font-size: 25px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    font-weight: normal;
    margin-bottom: 10px;
}

.set_up li .up_img {
    width: 138px;
    height: 138px;
    float: left;
}

.set_up li .up_img img {
    width: 138px;
    height: 138px;
    border-radius: 10px;
}

.set_up li .up_txt {
    float: left;
    width: 258px;
    height: 113px;
    margin-left: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    word-break: break-all;
    overflow: hidden;

}

.set_up li .up_two {
    width: 113px;
    height: 113px;
    float: left;
    margin-top: 13px;
}

.set_up li .up_two img {
    width: 113px;
    height: 113px;
}

/*bt*/
.bt_bg {
    width: 100%;
    background: url(../i/bt_bg.jpg) center top repeat-y;
    padding: 90px 0;
    background-attachment: fixed;
}

/* formbox */
#formbox {
    margin: 0 auto;
    width: 735px;
    background-color: #fff;
}

#formbox .form_title {
    height: 95px;
    line-height: 95px;
    color: #505050;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #c8c8c8;
}

#formbox h3 {
    font-size: 18px;
    height: 32px;
    color: #505050;
    border-bottom: solid 2px #1891d2;
    margin: 0 0 20px 0;
    font-weight: normal;
}

#formbox .item {
    padding-top: 5px;
    overflow: hidden;
    line-height: 26px;
    min-height: 80px;
}

#formbox .item a:link, #formbox .item a:visited {
    text-decoration: underline;
}

#formbox .label {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    color: #505050;
    padding-bottom: 5px;
    display: block;
}

#formbox .text {
    width: 98%;
    height: 20px;
    padding: 5px;
    border: 1px solid #c8c8c8;
    font-size: 13px;
    color: #505050;
}

.form {
    padding: 40px;
    padding-bottom: 60px;
    border-bottom: 1px dashed #c8c8c8;
}

#formbox .red {
    font-size: 15px;
    color: #ff6c45;
}

.usernameError {
    background: url(../i/red.jpg) left center no-repeat;
    padding-left: 18px;
    color: #ff0707;
    font-size: 13px;
    display: none;
}

.item_box {
    width: 206px;
    float: left;
    margin-right: 12px;
}

#formbox .textarea {
    height: 64px;
}

.choose-problem {
    border: 1px solid #c8c8c8;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    width: 270px;
    text-indent: 10px;
    position: absolute;
    margin-right: 12px;
    display: block;
    font-size: 13px;
    color: #505050;
}

.up {
    background: url(../i/up.jpg) right center no-repeat;
    width: 13px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 12px;
}

.choose-problem .choose-value {
    width: 100%;
    height: 30px;
    display: block;
}

.choose-value.active {
    outline: 1px solid #187AFF;
}

.choose-problem .choose-list {
    position: absolute;
    top: 31px;
    width: 100%;
    display: none;
    z-index: 2;
    background: #fff;
    border: 1px solid #d3d3d3;
}

.choose-problem .choose-list .choose-item {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.choose-problem .choose-list .choose-item:hover {
    background-color: #EFEFEF;
}

.btn {
    display: inline-block;
    border-radius: 5px;
    background: #187AFF;
    color: #fff;
    height: 30px;
    padding: 5px;
    border: 0;
    margin-top: 40px;
    cursor: pointer;
}

.item_name {
    width: 207px;
    float: left;
    margin-right: 13px;
}

.item_add {
    /*width: 28px;*/
    height: 28px;
    float: right;
    margin-top: 15px;
    margin-bottom: 20px;
}

.fo_box {
    overflow: hidden;
}

.item_add img {
    float: right;
    margin-top: 4px;
    margin-left: 8px;
}

label.checkbox {
    padding-right: 20px;
    cursor: pointer;
    background: url(../i/check.png) no-repeat right center;
    line-height: 16px;
    height: 16px;
    display: inline-block;
}

label.checked {
    background: url(../i/check_on.png) no-repeat right center;
}

.hRadio {
    padding-right: 22px;
    display: inline-block;
    background: url(../i/radio.png) no-repeat right center;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 30px;
}

.hRadio_Checked {
    background: url(../i/radio_on.png) no-repeat right center;
}

.item_time {
    width: 120px;
    float: left;
    margin-right: 12px;
}

.item_side {
    width: 240px;
    float: left;
}

.item img {
    cursor: pointer;
}

.form_button {
    cursor: pointer;
    width: 165px;
    height: 52px;
    background-color: #1891d2;
    color: #fff;
    font-size: 18px;
    border: none;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
}

.mb40 {
    margin-bottom: 40px;
}

/*右键菜单*/
.epMenu {
    width: 120px;
    background: #f0f0f0;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 2px 2px 2px 2px #807878;
}

.epMenu a {
    display: block;
    height: 25px;
    line-height: 25px;
    padding-left: 15px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #fff;
    font-family: 微软雅黑;
    font-size: 14px;
    cursor: default;
}

.epMenu a:hover {
    background: #fff;
}

/* 新加的css */
.title_act {
    background: url("../i/title_a.png") center center no-repeat;
    height: 66px;
    text-align: center;
    line-height: 66px;
    width: 100%;
    font-size: 35px;
    color: #324664;
}

.title_o {
    background: url("../i/title_o.png") center center no-repeat;
    height: 66px;
    text-align: center;
    line-height: 66px;
    width: 100%;
    font-size: 35px;
    color: #ff9600;
}

.title_b {
    background: url("../i/title_b.png") center center no-repeat;
    height: 66px;
    text-align: center;
    line-height: 66px;
    width: 100%;
    font-size: 35px;
    color: #1891d2;
}

.sign_up_a {
    font-size: 20px;
    color: #505050;
    margin-top: 80px;
    text-align: left;
    padding-bottom: 55px;
    line-height: 35px;
    /*text-indent: 4em;*/
}

.title_info {
    font-size: 25px;
    color: #324664;
    text-align: center;
    display: block;
    margin-top: 15px;
}

.l_a {
    border: 1px solid #324664;
    border-radius: 6px;
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.blue_box {
    /*border: 1px solid #1891d2;*/
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 70px;*/
    width: 1110px;
}

.l_w {
    border: 1px solid #fff;
    border-radius: 6px;
    width: 890px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.l_list li {
    border-top: 1px solid #324664;
    font-size: 20px;
    color: #505050;
    padding: 0px 65px;
    overflow: hidden;
    height: 100px;
    line-height: 100px;

}

.l_list li span {
    font-size: 30px;
    color: #505050;
    height: 100px;
    line-height: 100px;
    border-right: 1px solid #324664;
    display: block;
    margin-right: 30px;
    width: 240px;
    float: left;
}

.write_list li {
    border-top: 1px solid #324664;
    font-size: 20px;
    color: #505050;
    padding: 0 65px;
    overflow: hidden;
    height: 100px;
    line-height: 100px;
}

.write_list li span {
    font-size: 30px;
    color: #505050;
    height: 100px;
    line-height: 100px;
    border-right: 1px solid #324664;
    display: block;
    margin-right: 30px;
    width: 240px;
    float: left;
}

.write_list li p {
    font-size: 20px;
    color: #505050;
    float: left;;
    margin-top: 10px;
    width: 420px;

}

.blue_list li {
    border-top: 1px solid #324664;
    font-size: 20px;
    color: #505050;
    padding: 0px 65px;
    overflow: hidden;
    height: 100px;
    line-height: 100px;
}

.blue_list li span {
    font-size: 30px;
    color: #505050;
    height: 100px;
    line-height: 100px;
    border-right: 1px solid #324664;
    display: block;
    margin-right: 30px;
    width: 240px;
    float: left;
}

.lesson_list li {
    border-top: 1px solid #324664;
    font-size: 20px;
    color: #505050;
    padding: 0 30px;
    overflow: hidden;
    height: 100px;
    line-height: 100px;
}

.lesson_list li span {
    font-size: 30px;
    color: #505050;
    height: 100px;
    line-height: 100px;
    border-right: 1px solid #324664;
    display: block;
    margin-right: 30px;
    width: 180px;
    float: left;
}

.si_a {
    color: #f0f0f0;
    font-size: 20px;
    margin-top: 90px;
    margin-bottom: 90px;
    text-align: center;
}

.s_black {
    color: #324664;
}

.set_up li .up_a {
    background: url(../i/set-bga.jpg) left center repeat-x;
    overflow: hidden;
    height: 138px;
}

.set_up li .up_blue {
    background: url(../i/set_blue.jpg) left center repeat-x;
    overflow: hidden;
    height: 138px;
}

.set_up li .up_blues {
    background: url(../i/set_blues.jpg) left center repeat-x;
    overflow: hidden;
    height: 138px;
    background-size: 100% 105px;
}

.set_up li .up_b {
    background: url(../i/set_c7.jpg) left center repeat-x;
    overflow: hidden;
    height: 138px;
}

.set_up li .up_o {
    background: url(../i/set_a7.jpg) left center repeat-x;
    overflow: hidden;
    height: 138px;
}

.apply {
    width: 230px;
    height: 80px;
    font-size: 30px;
    background-color: #1891d2;
    color: #fff;
    position: fixed;
    right: -5px;
    top: 46%;
    border-radius: 8px;
    text-align: center;
    line-height: 81px;
    cursor: pointer;
    z-index: 99999;
}

.black-box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 99999;
}

.hu_box {
    width: 450px;
    position: absolute;
    left: 50%;
    top: 45%;
    padding: 0px 30px 60px 30px;
    z-index: 99999;
    margin-left: -256px;
    margin-top: -250px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #c8c8c8;
}

.hu_title {
    font-size: 18px;
    color: #505050;
    display: block;
    border-bottom: 2px solid #1891d2;
    padding: 20px 0px 10px;
    margin-bottom: 25px;
}

.hu_box label {
    display: block;
    font-size: 15px;
    color: #505050;
    margin-bottom: 8px;
    font-weight: 700;
    clear: both;
}

.hu_box label span {
    font-weight: normal;
    color: #ff6c45;
    margin-left: 5px;
}

.hu_box input {
    width: 180px;
    height: 30px;
    border: 1px solid #c8c8c8;
}

.b_input {
    width: 180px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hu_text textarea {
    width: 393px;
    height: 60px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    resize: none;
    padding: 7px;
    font-size: 14px;
    color: #000;
}

.up_btn {
    width: 100%;
    height: 49px;
    background-color: #1891d2;
    color: #fff;
    border: none;
    font-size: 18px;
    color: #fff;
    border-radius: 6px;
    margin-top: 30px;
    cursor: pointer;
}

.close_btn {
    position: absolute;
    right: 0px;
    margin-top: 60px;
    cursor: pointer;
}

.hu_text {
    clear: both;
}

/* 报名成功 */
.su_box {
    width: 440px;
    height: 230px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -220px;
    margin-top: -115px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #c8c8c8;
}

.sign_success {
    font-size: 15px;
    color: #505050;
    margin-top: 62px;
    text-align: center;
    width: 122px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
}

.sign_success_b {
    font-size: 15px;
    color: #505050;
    margin-top: 62px;
    text-align: center;
    height: 32px;
}

.sign_success img {
    float: left;
    margin-top: -5px;
}

/* 上榜需求 */
.require_list {
    overflow: hidden;
    margin-top: 80px;
}

.require_list li {
    margin-bottom: 58px;
    float: left;
}

.figure {
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background-color: #ffc800;
    display: block;
    float: left;
    margin-right: 6px;
    font-size: 25px;
}

.require_list li p {
    clear: both;
    margin-left: 88px;
    width: 590px;
    font-size: 15px;
    color: #fffefe;
    line-height: 24px;
    padding-top: 8px;
}

.list_nav {
    height: 66px;
    width: 590px;
    background: url(../i/right-nav.png) left center no-repeat;
    font-size: 25px;
    line-height: 66px;
    float: left;
    padding-left: 13px;
}

.require_list .right_list {
    float: right;
}

.right_list .figure-r {
    float: right;
    margin-left: 6px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background-color: #ffc800;
    display: block;
    font-size: 25px;
}

.list_right {
    height: 66px;
    width: 590px;
    background: url(../i/right_list.png) right center no-repeat;
    font-size: 25px;
    line-height: 66px;
    padding-right: 13px;
    text-align: right;
    float: right;
}

.require_list .right_list p {
    clear: both;
    margin-right: 88px;
    width: 590px;
    font-size: 15px;
    color: #fffefe;
    line-height: 24px;
    padding-top: 8px;
    float: right;
}

/*  需求展示  */
.need_list {
    margin-top: 85px;
    margin-bottom: 20px;
}

.need_list li {
    background: url(../i/circle.png) left 8px no-repeat;
    width: 47%;
    padding-left: 3%;
    font-size: 25px;
    color: #313131;
    margin-bottom: 40px;
    float: left;
}

.need_list li a {
    font-size: 25px;
    color: #313131;
    border-right: 1px solid #313131;
    display: block;
    width: 97%;
    padding-right: 3%;
    cursor: inherit;
}

.need_list li:nth-child(2n) {
    width: 41%;
    margin-left: 3%;
}

.need_list li:nth-child(2n) a {
    border-right: none;
}

.need_list li span {
    font-size: 15px;
    display: block;
    margin-top: 8px;
}

.add_new label.checkbox {
    cursor: pointer;
    background: url(../i/on.png) right center no-repeat;
    background-size: 16px 16px;
    line-height: 22px;
    height: 21px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-right: 60px;
}

.add_new label.checked {
    background: url(../i/on_check.png) right center no-repeat;
    background-size: 16px 16px;
}

#chklist label:last-child {
    margin-right: 0px;
}

/*  合作伙伴  */
.partner {
    text-align: center;
    width: 1225px;
    margin-top: 58px;
}

.partner li {
    width: 216px;
    height: 66px;
    border: 1px solid #1891d2;
    border-radius: 8px;
    text-align: center;
    margin-right: 23px;
    display: inline-block;
    margin-bottom: 25px;
}

.partner li img {
    vertical-align: middle;
    width: 175px;
    height: 54px;
    margin-top: 6px;
}

.partner_title {
    font-size: 30px;
    color: #505050;
    text-align: center;
    display: block;
    margin-top: 90px;
}

/* 专题活动  */
.big_box {
    width: 100%;
    background: url(../i/qiu_bg.jpg) center center repeat-y;
    overflow: hidden;
    color: #f0f0f0;
}

.m_bg {
    background: url(../i/l_bg.png) center center no-repeat;
    background-size: 100% 594px;
    overflow: hidden;
    position: relative;
    height: 594px;
    margin-top: 40px;
}

.img_logo {
    position: absolute;
    left: 165px;
    top: 104px;
}

.pro_box {
    background: url(../i/p1.png) center center no-repeat;
    height: 743px;
    overflow: hidden;
    background-size: 100% 743px;
}

.menu_list {
    background: url(../i/menu.png) center top no-repeat;
    height: 110px;
    position: relative;
    background-size: 100% 110px;
}

.menu {
    overflow: hidden;
    position: absolute;
    top: 92px;
    left: 25%;
}

.menu li {
    font-size: 14px;
    float: left;
    margin-left: 52px;
    line-height: 70px;
    color: #f0f0f0;
}

.menu li a {
    color: #f0f0f0;
}

.pro_title {
    background: url(../i/title_bg.png) center bottom no-repeat;
    display: block;
    font-size: 40px;
    color: #fff;
    text-align: center;
    line-height: 100px;
}

.pro_info {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin: 0px auto;
    display: block;
    margin-top: 30px;
}

.m_bg p {
    font-size: 16px;
    width: 800px;
    margin: 0px auto;
    padding: 0px 45px;
    line-height: 35px;
    margin-top: 100px;
}

.btn_list {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 50px 90px;
    text-align: center;
}

.btn_list li {
    width: 240px;
    height: 70px;
    border: 3px solid #1891d2;
    background-color: #0b3885;
    font-size: 20px;
    color: #f0f0f0;
    text-align: center;
    line-height: 70px;
    border-radius: 8px;
    margin-right: 27px;
    cursor: pointer;
    display: inline-block;
}

.btn_list li:last-child {
    margin-right: 0;
}

.mix_box {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.pro_top {
    background: url(../i/top.png) center center no-repeat;
    height: 161px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    color: #f0f0f0;
    text-align: center;
    line-height: 150px;
    background-size: 100% 161px;
}

.pro_middle {
    background: url(../i/middle.png) center center repeat-y;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-size: 100%;
}

.pro_bot {
    background: url(../i/bottom.png) center top no-repeat;
    height: 53px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100% 53px;
}

.p_list {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding: 0 88px;
}

.p_list li {
    width: 25%;
    display: inline-block;
    text-align: center;
    margin-bottom: 70px;
}

.p_list li div {
    width: 200px;
    height: 200px;

    border-radius: 50%;
    margin: 0 auto;
    border: 6px solid #fff;
}

.p_list li div img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.p_list li span {
    font-size: 20px;
    display: block;
    color: #f0f0f0;
    margin-top: 15px;
    margin-bottom: 10px;
}

.p_list li b {
    font-size: 14px;
    display: block;
    color: #f0f0f0;
    font-weight: normal;
    padding: 0 8px;
}

.line {
    background: url(../i/line.png) center center no-repeat;
    text-align: center;
    margin-bottom: 84px;
}

.more {
    width: 240px;
    height: 70px;
    text-align: center;
    border: 3px solid #1891d2;
    background-color: #0b3885;
    font-size: 20px;
    color: #f0f0f0;
    border-radius: 8px;
    cursor: pointer;
}

.x_bottom {
    background: url(../i/xxx.png) center center no-repeat;
    overflow: hidden;
    background-size: 100% 100%;
}

.xx_bottom {
    background: url(../i/xx.png) center center no-repeat;
    height: 37px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100% 37px;
}

.spot {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 95px;
}

.spot li {
    background: url(../i/spot.png) left 10px no-repeat;
    line-height: 39px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 45px;
    padding-left: 30px;
    background-size: 24px;
}

.spot li:nth-child(odd) {
    width: 39%;
    float: left;
    margin-left: 6%
}

.spot li:nth-child(even) {
    width: 39%;
    float: right;
}

.meeting_bottom {
    background: url(../i/meeting.png) center bottom repeat-y;
    overflow: hidden;
    width: 100%;
    background-size: 100%;
}

.meetimg_bot {
    background: url(../i/me.png) center top no-repeat;
    height: 33px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100% 33px;
}

.white_list li {
    border-top: 1px solid #fff;
    font-size: 20px;
    color: #505050;
    padding: 0px 40x;
    overflow: hidden;
    height: 100px;
    line-height: 100px;
}

.white_list li span {
    font-size: 30px;
    color: #fff;
    height: 100px;
    line-height: 100px;
    border-right: 1px solid #fff;
    display: block;
    margin-right: 30px;
    width: 180px;
    float: left;
}

.z_list {
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
    padding: 0 85px;
}

.z_list li {
    height: 42px;
    font-size: 16px;
    color: #fff;
    float: left;
    margin-bottom: 40px;
}

.z_list li:nth-child(odd) {;
    text-align: left;
    width: 48%;
    margin-left: 2%;
}

.z_list li:nth-child(even) {
    width: 47%;
    padding-left: 2%;
    border-left: 1px solid #1891d2;
}

.z_list li a {
    color: #fff;
    background: url(../i/w_cir.png) left 5px no-repeat;
    padding-left: 30px;
    display: inline-block;
}

.z_list li a:hover {
    color: #1891d2;
    background: url(../i/blue_point.png) left 7px no-repeat;
    background-size: 12px;
    text-decoration: underline;
}

.host {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    text-align: center;
}

.host li {
    background-color: #fff;
    border-radius: 8px;
    display: inline-block;
    height: 53px;
    margin: 5px 10px 25px 10px;;
    text-align: center;
    width: 174px;
}

.host li img {
    height: 53px;
    vertical-align: middle;
    width: 174px;
}

/*.host li:last-child{margin-right: 0px;}*/
.host_title {
    font-size: 20px;
    color: #1891d2;
    display: block;
    text-align: center;
    margin-top: 48px;
    margin-bottom: 35px;
}

.pro_us li:nth-child(2n) {
    margin-right: 0px;
}

.title_advisory {
    background: url("../i/advisory_title.png") center center no-repeat;
    height: 66px;
    text-align: center;
    line-height: 66px;
    width: 100%;
    font-size: 35px;
    color: #aa89bd;
}

.advisory_info {
    color: #aa89bd;
}

.advisory_write {
    color: #ffffff;
    margin-bottom: 20px;
}

.advisory_box {
    border: 1px solid #aa89bd;
}

.advisory_box h2 {
    color: #fff;
}

.advisory_box h3 {
    color: #fff;
}

.advisory_list li span {
    border-right: 1px solid #aa89bd;
    color: #fff;
}

.advisory_list li {
    border-top: 1px solid #aa89bd;
    color: #fff;
}

.advisory_list_b li {
    border: 1px solid #aa89bd;
}

.set_up li .advisory_li {
    background: url(../i/contact_advisory.jpg) left center repeat-x;
}

.advisory {
    background-color: #8957a1;
    top: 35%;
    width: 230px;
    height: 80px;
    color: #fff;
    position: fixed;
    right: -5px;
    border-radius: 8px;
    text-align: center;
    line-height: 81px;
    cursor: pointer;
    font-size: 30px;
    z-index: 99999;
}

.advisory_btn {
    width: 100%;
    height: 49px;
    background-color: #8957a1;
    color: #fff;
    border: none;
    font-size: 20px;
    color: #fff;
    border-radius: 6px;
    margin-top: 50px;
    cursor: pointer;
}

.ad_title {
    border-bottom: 2px solid #8957a1;
}

.green_list {
    width: 100%;
}

.green_list li {
    width: 100%;
    margin-top: 35px;
    overflow: hidden;
}

.green_list li .green_right {
    float: right;
    width: 580px;
    padding: 40px 0;
}

.green_list li .green_left {
    float: left;
    background: url(../i/green_box.png) left center no-repeat;
    width: 580px;
}

.green_list li .green_txt {
    background: url("../i/write_point.png") left center no-repeat;
    padding-left: 35px;
    font-size: 15px;
    color: #fff;
    margin: 23px 0;
}

.green_head {
    width: 192px;
    height: 192px;
    border-radius: 50%;
    padding: 12px;
    float: left;
}

.green_head img {
    width: 192px;
    height: 192px;
    border-radius: 50%;
}

.green_name {
    font-size: 14px;
    color: #333;
    width: 280px;
    float: left;
    padding: 75px 40px;
    overflow: hidden;
}

.green_name h2 {
    font-size: 25px;
    color: #333333;
    margin-bottom: 5px;
}

.set_up li .green_bg {
    background: url("../i/green.jpg") left center repeat-x;
}

.green_box li h2 {
    color: #333;
    border-bottom: 1px solid #333;
}

.angel_title {
    background: url("../i/blue_title.png") center top no-repeat;
    color: #63baff;
}

.dark_title {
    background: url("../i/dark_title.png") center top no-repeat;
    color: #03004c;
}

.blue_txt {
    color: #63baff;
}

.purple_txt {
    color: #5e23b7;
}

.angel_list_box {
    background: rgba(255, 255, 255, 0.54) !important;
    filter: Alpha(opacity=54);
    background: #fff;
    padding: 50px;
    margin: 90px auto;
    width: 805px;
    border-radius: 4px;
}

.angel_list {
    width: 100%;
}

.angel_list span {
    display: block;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
}

.angel_list li {
    border-bottom: 1px solid #63baff;
    overflow: hidden;
    padding: 10px 0;
}

.angel_list li .angel_head {
    width: 74px;
    height: 74px;
    float: left;
}

.angel_list li .angel_head img {
    width: 74px;
    height: 74px;
    border-radius: 50%;
}

.angel_list li .angel_txt {
    font-size: 14px;
    color: #505050;
    margin-left: 32px;
    float: left;
    width: 150px;
    margin-top: 10px;
}

.angel_list li .angel_txt h2 {
    font-size: 25px;
    font-weight: normal;
}

.angel_list li .angel_text {
    float: right;
    width: 500px;
    margin-top: 10px;
}

.dark_color {
    color: #03004c;
}

.set_up li .angel_box {
    background: url("../i/dark_bg.png") left center repeat-x;
}

.day_title {
    background: url("../i/day_title.png") center top no-repeat;
    color: #3194ff;
}

.day_box {
    border: 1px solid #3194ff;
}

.day_box h2 {
    color: #fff;
}

.day_box h3 {
    color: #fff;
}

.day_list li span {
    border-right: 1px solid #3194ff;
    color: #fff;
}

.day_list li {
    border-top: 1px solid #3194ff;
    color: #fff;
}

.day_list li p {
    color: #fff;
}

.angel_blue li h2 {
    border-bottom: 2px solid #0064b4;
}

.set_up li .blue_box {
    background: url("../i/blue_c.jpg") left center repeat-x;
}

.pink {
    width: 230px;
    height: 80px;
    font-size: 30px;
    background-color: #8957a1;
    color: #fff;
    position: fixed;
    right: -5px;
    top: 46%;
    border-radius: 8px;
    text-align: center;
    line-height: 81px;
    cursor: pointer;
    z-index: 99999;
}

.orange {
    top: 57%;
    background-color: #eb6100;
    width: 230px;
    height: 80px;
    font-size: 30px;
    color: #fff;
    position: fixed;
    right: -5px;
    border-radius: 8px;
    text-align: center;
    line-height: 81px;
    cursor: pointer;
    z-index: 99999;
}

.pink_box .hu_title {
    border-bottom: 2px solid #8957a1;
}

.pink_btn {
    width: 100%;
    height: 49px;
    background-color: #89579c;
    color: #fff;
    border: none;
    font-size: 20px;
    color: #fff;
    border-radius: 6px;
    margin-top: 50px;
    cursor: pointer;
}

.orange_box .hu_title {
    border-bottom: 2px solid #eb6100;
}

.orange_btn {
    width: 100%;
    height: 49px;
    background-color: #eb6100;
    color: #fff;
    border: none;
    font-size: 20px;
    color: #fff;
    border-radius: 6px;
    margin-top: 50px;
    cursor: pointer;
}

/* good project*/
.good_title {
    display: block;
    font-size: 25px;
    color: #505050;
    font-weight: 700;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 40px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 27px;
}

.good_list {
    overflow: hidden;
}

.good_list li {
    height: 287px;
    width: 247px;
    text-align: center;
    position: relative;
    background: url("../i/good.png") center center no-repeat;
    display: inline-block;
    margin-right: 59px;
    overflow: hidden;
}

.headline {
    padding: 0px 20px;
    width: 206px;
    height: 42px;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 1px;
    bottom: 78px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.good_list li:last-child {
    margin-right: 0px;
}

.good_list a {
    color: #505050;
    display: inline-block;
}

.big_headline {
    background: url("../i/good_t.png") center center no-repeat;
    padding: 70px 20px;
    width: 208px;
    height: 127px;
    position: absolute;
    left: 0px;
    bottom: -267px;
    text-align: left;
}

.p_right {
    padding: 0px 150px;
}

/*  36计三级列表 */

.a_title {
    overflow: hidden;
    float: left;
}

.a_title li {
    width: 178px;
    height: 50px;
    border: 1px solid #1891d2;
    margin-bottom: 17px;
    padding: 15px 15px;
    cursor: pointer;
    color: #505050;
    font-size: 18px;
}

.a_title .bor_left {
    border-left: 4px solid #1891d2;
    color: #505050;
}

.a_title .bor_rr {
    border-left: 4px solid #1891d2;
    color: #999;
}

.plan_box {
    float: left;
    width: 920px;
    border-bottom: 1px dotted #c8c8c8;
    padding-bottom: 40px;
    margin-left: 46px;
}

.plan_box span {
    font-size: 20px;
    color: #505050;
    display: block;
    line-height: 20px;
    margin-bottom: 20px;

}

.plan_box b {
    font-size: 16px;
    color: #505050;
    display: block;
    font-weight: normal;
    margin-bottom: 35px;
}

.plan_box p {
    width: 509px;
    font-size: 14px;
    color: #505050;
    line-height: 23px;
    text-indent: 2em;
}

.plan_box i {
    display: inline-block;
    float: right;
    width: 379px;
    height: 241px;
    overflow: hidden;
}

.plan_box i img {
    width: 379px;
    height: 241px;
}

.plan_box .txt {
    float: left;
    width: 510px;
}

.idea_list {
    overflow: hidden;
    margin-top: 15px;
}

.idea_list li {
    overflow: hidden;
}

.good_list li img {
    margin-top: 12px;
    max-width: 100%;
    position: relative;
    z-index: -5;
}

.three_title {
    font-size: 14px;
    color: #1891d2;
    font-weight: 700;
    display: block;
    margin-top: 80px;
    margin-bottom: 10px;
}

.right_result {
    overflow: hidden;
}

.right_result ul li {
    margin-bottom: 30px;
    overflow: hidden;
}

.pro_point {
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 2px 8px;
    font-size: 12px;
    color: #1891d2;
    border: 1px solid #1891d2;
    display: inline-block;
    z-index: 9;
}

#more {
    display: block;
    clear: both;
    text-align: center;
    cursor: pointer;
    margin-bottom: 40px;
}

.file_size {
    font-size: 16px;
    float: right;
}

.wei {
    background: url("../i/ww.png") center center no-repeat;
    width: 28px;
    height: 28px;
    background-size: 28px;
    display: inline-block;
    float: left;
    margin-top: 3px;
    cursor: pointer;
    margin-right: 8px;
}

.white {
    width: 500px;
    height: 500px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -250px;
    background-color: #fff;
    text-align: center;
}

.white span {
    display: block;
    font-size: 22px;
    padding: 40px 0px;
}

.m_pass {
    position: absolute;
    right: 0px;
    bottom: -20px;
    cursor: pointer;
}








